IApi.EnableAutoConfig method

Allows auto-config to be enabled. It automatically configures the EtherCAT settings for your servo drives.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsError EnableAutoConfig(
       bool Active
)
Function EnableAutoConfig(
       Active As Boolean
) As KsError

Parameters

Active

Type: bool

true to enable, and false to disable auto-config. By default, it is true.

Return value

Type: KsError

A return code of a method.

Remarks

This method must be called after Create or CreateAsync and before Start.

Usable EtherCAT states

ecatOffline

Examples

C#
N/A

See also

IApi Interface

IntervalZero.KINGSTAR.Base.Api Namespace